This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Dexter Pregeroster 22.Jan.04 01:45 PM a Web browser Applications Development6.5Windows XP
Hello,
I want to embed an Microsoft Word Object into an RichtText Field by Script. The current document is in editmode.
I thought this simple script would work, but everytime I get the error: "An error has occured while processing a request on an object". I tried three diffrent MS Word Versions (2000,XP and 2003) but I have to use Domino 6 or above.
Script:
Dim ws As New NotesUIWorkspace
Dom obj as Variant
Set uidoc = ws.CurrentDocument
Call uidoc.GotoField("RichText")
Set obj = UIDoc.CreateObject("TEST","Word.Application.x")